type net/http.http2Server
11 uses
net/http (current package)
h2_bundle.go#L3800: type http2Server struct {
h2_bundle.go#L3859: func (s *http2Server) initialConnRecvWindowSize() int32 {
h2_bundle.go#L3866: func (s *http2Server) initialStreamRecvWindowSize() int32 {
h2_bundle.go#L3873: func (s *http2Server) maxReadFrameSize() uint32 {
h2_bundle.go#L3880: func (s *http2Server) maxConcurrentStreams() uint32 {
h2_bundle.go#L3890: func (s *http2Server) maxQueuedControlFrames() int {
h2_bundle.go#L3935: func http2ConfigureServer(s *Server, conf *http2Server) error {
h2_bundle.go#L3940: conf = new(http2Server)
h2_bundle.go#L4074: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
h2_bundle.go#L4207: srv *http2Server
server.go#L3306: conf := &http2Server{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)